trace
Logs a TRACE message with the given arguments.
Parameters
message
the message to log
arguments
the array of arguments to the message
Logs a lazily constructed TRACE message.
Parameters
msg Supplier
a function, which when called, produces the desired log message